home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 06 - 1990 / 06.07 Jul 90 / Commando Programming ƒ / Rezscripts / RezC.STRlist.more < prev    next >
Encoding:
Text File  |  1989-08-09  |  398 b   |  23 lines  |  [TEXT/MPS ]

  1. ### File RezC.STRlist.more
  2. ### Continuation of RezC.STRlist 
  3. ### for generation of Rez input for STR# resources
  4. ### W. Powell 1988
  5.  
  6. Set Exit 0
  7. If "{1}" == "-OK" || "{1}" == "-LAST"
  8.     If {#} == 2
  9.         Echo ";"
  10.         Echo -n "∂t∂"{2}∂""
  11.     Else
  12.         Echo ";"
  13.         Echo -n "∂t∂"∂""
  14.     End
  15. End
  16. If "{1}" == "-LAST" || "{1}" == "-DONE"
  17.     Exit 100
  18. End 
  19. Exit 0
  20.  
  21. ### End File RezC.STRlist.more
  22. ###############################
  23.